-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display Total Account Value #246
base: master
Are you sure you want to change the base?
Conversation
Implemented API method return_complete_balances Added a call in bot loop for fetching complete balance Sum coins balance and store in json output
TODO: |
Looks good so far, will test and review when you are done. |
Being over a year old.... is this still in progress or is it time to close it? |
@rnevet Missing Bitfinex support. Tough because Bitfinex does not return 'btcValue' like Polo does. Have to convert each coin using latest market data. |
Tried writing a quick patch for Bitfinex. Seems more trouble than it's worth. You'd have to add any/all coins back into |
Display total account value (Lending, Margin, Exchange) in BTC and Output currency
Description
Implements issue #240
Closes #240
TESTING STAGE
In progress
Types of changes
Checklist: